Raspbian automatic forward porter [Fri, 31 Jan 2020 16:03:36 +0000 (16:03 +0000)]
Merge version 5.12.5+dfsg-2+rpi1 and 5.12.5+dfsg-7 to produce 5.12.5+dfsg-7+rpi1
Lisandro Damián Nicanor Pérez Meyer [Thu, 23 Jan 2020 12:08:39 +0000 (12:08 +0000)]
Merge qtbase-opensource-src (5.12.5+dfsg-7) import into refs/heads/workingbranch
Martin Smith [Thu, 23 Jan 2020 12:08:39 +0000 (12:08 +0000)]
pass default include directories to qdoc
Bug: https://bugs.debian.org/908328
Forwarded: no
Last-Update: 2018-10-29
Gbp-Pq: Name qdoc_default_incdirs.diff
Dmitry Shachnev [Thu, 23 Jan 2020 12:08:39 +0000 (12:08 +0000)]
guard UTIME_NOW/UTIME_OMIT usages
Forwarded: no
Last-Update: 2018-02-22
Gbp-Pq: Name nonlinux_utime.diff
Dmitry Shachnev [Thu, 23 Jan 2020 12:08:39 +0000 (12:08 +0000)]
support ARMv4 architecture, needed for armel builds
Forwarded: no
Last-Update: 2016-07-01
Gbp-Pq: Name armv4.diff
Dmitry Shachnev [Thu, 23 Jan 2020 12:08:39 +0000 (12:08 +0000)]
catch linker warnings in some config tests
Forwarded: https://codereview.qt-project.org/163214 (rejected)
Bug: https://bugs.debian.org/827935
Last-Update: 2019-03-02
Without this, qmake wrongly thinks that the tests succeed, for example:
./config.tests/unix/futimens/futimens.cpp:44: warning: futimens is not implemented and will always fail
test config.corelib.tests.futimens succeeded
Gbp-Pq: Name gnukfreebsd_linker_warnings.diff
Fathi Boudra [Thu, 23 Jan 2020 12:08:39 +0000 (12:08 +0000)]
build ibase sql plugin against firebird
Forwarded: no
Last-Update: 2017-06-30
Gbp-Pq: Name link_fbclient.diff
Lisandro Damián Nicanor Pérez Meyer [Thu, 23 Jan 2020 12:08:39 +0000 (12:08 +0000)]
remove non-used privacy-breach code
Forwarded: not-needed
Last-Update: 2015-02-18
This code makes Lintian unhappy. But we are really not using it, it only
gets inserted when building the online doc.
Anyways the best way to calm down Lintian is to simply remove it.
Gbp-Pq: Name remove_privacy_breaches.diff
Dmitry Shachnev [Thu, 23 Jan 2020 12:08:39 +0000 (12:08 +0000)]
disable htmlinfo example which contains non-free files
Forwarded: not-needed
Last-Update: 2014-12-17
Gbp-Pq: Name no_htmlinfo_example.diff
Pino Toscano [Thu, 23 Jan 2020 12:08:39 +0000 (12:08 +0000)]
Initial GNU/kFreeBSD support
Last-Update: 2015-06-03
Forwarded: no
- add a gnukfreebsd-g++ qmake mkspec, mostly copied from the hurd-g++ one
- properly use LD_LIBRARY_PATH on GNU/* systems
Gbp-Pq: Name gnukfreebsd.diff
Debian Qt/KDE Maintainers [Thu, 23 Jan 2020 12:08:39 +0000 (12:08 +0000)]
add RISC-V detection
Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit/?id=
9a6a84731131b205
Last-Update: 2019-12-31
Gbp-Pq: Name riscv.diff
Debian Qt/KDE Maintainers [Thu, 23 Jan 2020 12:08:39 +0000 (12:08 +0000)]
Ignore non-existent .ui file dependencies
Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit/?id=
90779d96adfa51a3
Last-Update: 2019-11-05
Commit
80dea664 broke .ui files with global includes that are not part
of the project, because we blindly added every file path that falls
out of 'uic -d' as dependency.
Introduce the extra compiler CONFIG flag dep_existing_only to bring
back the old behavior that ignores non-existent dependencies and set
it for uic.
Gbp-Pq: Name uic_global_includes.diff
Debian Qt/KDE Maintainers [Thu, 23 Jan 2020 12:08:39 +0000 (12:08 +0000)]
QPSQL: Add support for PostgreSQL 12
Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit/?id=
14b61d48e8bad622
Last-Update: 2019-10-20
Gbp-Pq: Name postgresql_12.diff
Debian Qt/KDE Maintainers [Thu, 23 Jan 2020 12:08:39 +0000 (12:08 +0000)]
backport some fixes related to documentation building
Origin: upstream, this is a backport of four commits:
- https://code.qt.io/cgit/qt/qtbase.git/commit/?id=
0014d81b1907621e
doc: Revert to documenting the actual functions
- https://code.qt.io/cgit/qt/qtbase.git/commit/?id=
81d8319276f26d39
doc: Fix all clang parse errors in QtBase during PCH build
- https://code.qt.io/cgit/qt/qtbase.git/commit/?id=
c306663990ba8681
Fix qdoc errors in QProcess header
- https://code.qt.io/cgit/qt/qtbase.git/commit/?id=
98cb9275d064d8b9
doc: clang reported two fake declarations to be the same
Last-Update: 2019-06-15
These changes help us to eliminate most of the warnings like this:
(qdoc) warning: No documentation for 'QRect::bottom() const'
There were 3603 such warnings without this patch, with it only 76
are left.
Gbp-Pq: Name docs_fixes.diff
Debian Qt/KDE Maintainers [Thu, 23 Jan 2020 12:08:39 +0000 (12:08 +0000)]
fix notification of QDockWidget when it gets undocked
Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit/?id=
06b8644953fc5267
Last-Update: 2019-06-14
Before the patch the notification was emitted only when the docker
was attached to the panel or changed a position on it.
It looks like the old behavior was documented in a unittest,
so this patch might actually be a "behavior change".
Note: https://mail.kde.org/pipermail/distributions/2019-April/000317.html
Gbp-Pq: Name qdockwidget_undocked_notification.diff
Daniel Vrátil [Sat, 1 Dec 2018 16:56:41 +0000 (17:56 +0100)]
[PATCH] MySQL: Free the results when QSqlQuery::finished() is called
Calling mysql_stmt_free_result() frees the results of the last
executed query while keeping the prepared statement valid. This
allows one to keep around prepared QSqlQueries without the overhead
of keeping all the results in memory.
Change-Id: I4589e90857cc4e9a6f9612799bfca967a67e2ab2
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Gbp-Pq: Name mysql_free_results_when_qsqlquery_finished_is_called.patch
Lisandro Damián Nicanor Pérez Meyer [Thu, 23 Jan 2020 12:08:39 +0000 (12:08 +0000)]
qtbase-opensource-src (5.12.5+dfsg-7) unstable; urgency=medium
* Changeless upload to allow arch:all binary packages being built after
passing NEW queue.
[dgit import unpatched qtbase-opensource-src 5.12.5+dfsg-7]
Lisandro Damián Nicanor Pérez Meyer [Thu, 23 Jan 2020 12:08:39 +0000 (12:08 +0000)]
Import qtbase-opensource-src_5.12.5+dfsg-7.debian.tar.xz
[dgit import tarball qtbase-opensource-src 5.12.5+dfsg-7 qtbase-opensource-src_5.12.5+dfsg-7.debian.tar.xz]
Raspbian automatic forward porter [Mon, 4 Nov 2019 06:21:13 +0000 (06:21 +0000)]
Merge version 5.11.3+dfsg1-4+rpi1 and 5.12.5+dfsg-2 to produce 5.12.5+dfsg-2+rpi1
Dmitry Shachnev [Sun, 20 Oct 2019 19:33:00 +0000 (20:33 +0100)]
Merge qtbase-opensource-src (5.12.5+dfsg-2) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Sun, 20 Oct 2019 19:33:00 +0000 (20:33 +0100)]
qdoc_default_incdirs
Gbp-Pq: Name qdoc_default_incdirs.diff
Debian Qt/KDE Maintainers [Sun, 20 Oct 2019 19:33:00 +0000 (20:33 +0100)]
nonlinux_utime
Gbp-Pq: Name nonlinux_utime.diff
Debian Qt/KDE Maintainers [Sun, 20 Oct 2019 19:33:00 +0000 (20:33 +0100)]
armv4
Gbp-Pq: Name armv4.diff
Debian Qt/KDE Maintainers [Sun, 20 Oct 2019 19:33:00 +0000 (20:33 +0100)]
gnukfreebsd_linker_warnings
Gbp-Pq: Name gnukfreebsd_linker_warnings.diff
Debian Qt/KDE Maintainers [Sun, 20 Oct 2019 19:33:00 +0000 (20:33 +0100)]
link_fbclient
Gbp-Pq: Name link_fbclient.diff
Debian Qt/KDE Maintainers [Sun, 20 Oct 2019 19:33:00 +0000 (20:33 +0100)]
remove_privacy_breaches
Gbp-Pq: Name remove_privacy_breaches.diff
Debian Qt/KDE Maintainers [Sun, 20 Oct 2019 19:33:00 +0000 (20:33 +0100)]
no_htmlinfo_example
Gbp-Pq: Name no_htmlinfo_example.diff
Debian Qt/KDE Maintainers [Sun, 20 Oct 2019 19:33:00 +0000 (20:33 +0100)]
gnukfreebsd
Gbp-Pq: Name gnukfreebsd.diff
Debian Qt/KDE Maintainers [Sun, 20 Oct 2019 19:33:00 +0000 (20:33 +0100)]
postgresql_12
Gbp-Pq: Name postgresql_12.diff
Debian Qt/KDE Maintainers [Sun, 20 Oct 2019 19:33:00 +0000 (20:33 +0100)]
docs_fixes
Gbp-Pq: Name docs_fixes.diff
Debian Qt/KDE Maintainers [Sun, 20 Oct 2019 19:33:00 +0000 (20:33 +0100)]
qdockwidget_undocked_notification
Gbp-Pq: Name qdockwidget_undocked_notification.diff
Daniel Vrátil [Sat, 1 Dec 2018 16:56:41 +0000 (17:56 +0100)]
MySQL: Free the results when QSqlQuery::finished() is called
Calling mysql_stmt_free_result() frees the results of the last
executed query while keeping the prepared statement valid. This
allows one to keep around prepared QSqlQueries without the overhead
of keeping all the results in memory.
Change-Id: I4589e90857cc4e9a6f9612799bfca967a67e2ab2
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Gbp-Pq: Name mysql_free_results_when_qsqlquery_finished_is_called.patch
Dmitry Shachnev [Sun, 20 Oct 2019 19:33:00 +0000 (20:33 +0100)]
qtbase-opensource-src (5.12.5+dfsg-2) unstable; urgency=medium
* Update symbols files from buildds’ logs.
* Add support for PostgreSQL 12 (closes: #941763).
* Bump Standards-Version to 4.4.1, no changes needed.
* Upload to unstable.
[dgit import unpatched qtbase-opensource-src 5.12.5+dfsg-2]
Dmitry Shachnev [Sun, 20 Oct 2019 19:33:00 +0000 (20:33 +0100)]
Import qtbase-opensource-src_5.12.5+dfsg-2.debian.tar.xz
[dgit import tarball qtbase-opensource-src 5.12.5+dfsg-2 qtbase-opensource-src_5.12.5+dfsg-2.debian.tar.xz]
Dmitry Shachnev [Fri, 13 Sep 2019 07:35:33 +0000 (08:35 +0100)]
Import qtbase-opensource-src_5.12.5+dfsg.orig.tar.xz
[dgit import orig qtbase-opensource-src_5.12.5+dfsg.orig.tar.xz]
Raspbian automatic forward porter [Thu, 22 Aug 2019 14:19:23 +0000 (15:19 +0100)]
Merge version 5.11.3+dfsg1-2+rpi1 and 5.11.3+dfsg1-4 to produce 5.11.3+dfsg1-4+rpi1
Dmitry Shachnev [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
Merge qtbase-opensource-src (5.11.3+dfsg1-4) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
hurd_missing_include
Gbp-Pq: Name hurd_missing_include.diff
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
revert_remove_our_use_of_syscall_for-statx
Gbp-Pq: Name revert_remove_our_use_of_syscall_for-statx.patch
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
alpha_atimensec
Gbp-Pq: Name alpha_atimensec.diff
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
kfreebsd_qstrncpy
Gbp-Pq: Name kfreebsd_qstrncpy.diff
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
qdoc_default_incdirs
Gbp-Pq: Name qdoc_default_incdirs.diff
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
no_arc4random_buf
Gbp-Pq: Name no_arc4random_buf.diff
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
nonlinux_utime
Gbp-Pq: Name nonlinux_utime.diff
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
armv4
Gbp-Pq: Name armv4.diff
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
gnukfreebsd_linker_warnings
Gbp-Pq: Name gnukfreebsd_linker_warnings.diff
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
link_fbclient
Gbp-Pq: Name link_fbclient.diff
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
remove_privacy_breachs
Gbp-Pq: Name remove_privacy_breachs.diff
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
no_htmlinfo_example
Gbp-Pq: Name no_htmlinfo_example.diff
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
gnukfreebsd
Gbp-Pq: Name gnukfreebsd.diff
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
gcc9_warnings
Gbp-Pq: Name gcc9_warnings.diff
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
qrandom_gcc9
Gbp-Pq: Name qrandom_gcc9.diff
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
raw_printers
Gbp-Pq: Name raw_printers.diff
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
qprintdialog_duplex
Gbp-Pq: Name qprintdialog_duplex.diff
Daniel Vrátil [Sat, 1 Dec 2018 16:56:41 +0000 (17:56 +0100)]
MySQL: Free the results when QSqlQuery::finished() is called
Calling mysql_stmt_free_result() frees the results of the last
executed query while keeping the prepared statement valid. This
allows one to keep around prepared QSqlQueries without the overhead
of keeping all the results in memory.
Change-Id: I4589e90857cc4e9a6f9612799bfca967a67e2ab2
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Gbp-Pq: Name mysql_free_results_when_qsqlquery_finished_is_called.patch
Michal Klocek [Mon, 12 Nov 2018 12:17:40 +0000 (13:17 +0100)]
Remove need for glXGetProcAddressARB
We do already require glXGetProcAddress in line 248.
Task-number: QTBUG-71488
Change-Id: Id0f3bc256a71097241b99d2dcba927c1165e980e
Gbp-Pq: Name remove_need_for_glXGetProcAddressARB.patch
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
reference_dpi
Gbp-Pq: Name reference_dpi.diff
Debian Qt/KDE Maintainers [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
fix-selection-rendering
Gbp-Pq: Name fix-selection-rendering.patch
Dmitry Shachnev [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
qtbase-opensource-src (5.11.3+dfsg1-4) unstable; urgency=medium
* Backport upstream patch to fix build with GCC 9 (closes: #925812).
* Backport upstream patch to silence some GCC 9 warnings.
* Update debian/libqt5network5.symbols from buildds’ logs.
[dgit import unpatched qtbase-opensource-src 5.11.3+dfsg1-4]
Dmitry Shachnev [Thu, 15 Aug 2019 14:15:39 +0000 (15:15 +0100)]
Import qtbase-opensource-src_5.11.3+dfsg1-4.debian.tar.xz
[dgit import tarball qtbase-opensource-src 5.11.3+dfsg1-4 qtbase-opensource-src_5.11.3+dfsg1-4.debian.tar.xz]
Raspbian automatic forward porter [Sat, 27 Jul 2019 17:21:22 +0000 (18:21 +0100)]
Merge version 5.11.3+dfsg1-1+rpi1 and 5.11.3+dfsg1-2 to produce 5.11.3+dfsg1-2+rpi1
Dmitry Shachnev [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
Merge qtbase-opensource-src (5.11.3+dfsg1-2) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
hurd_missing_include
Gbp-Pq: Name hurd_missing_include.diff
Debian Qt/KDE Maintainers [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
revert_remove_our_use_of_syscall_for-statx
Gbp-Pq: Name revert_remove_our_use_of_syscall_for-statx.patch
Debian Qt/KDE Maintainers [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
alpha_atimensec
Gbp-Pq: Name alpha_atimensec.diff
Debian Qt/KDE Maintainers [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
kfreebsd_qstrncpy
Gbp-Pq: Name kfreebsd_qstrncpy.diff
Debian Qt/KDE Maintainers [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
qdoc_default_incdirs
Gbp-Pq: Name qdoc_default_incdirs.diff
Debian Qt/KDE Maintainers [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
no_arc4random_buf
Gbp-Pq: Name no_arc4random_buf.diff
Debian Qt/KDE Maintainers [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
nonlinux_utime
Gbp-Pq: Name nonlinux_utime.diff
Debian Qt/KDE Maintainers [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
armv4
Gbp-Pq: Name armv4.diff
Debian Qt/KDE Maintainers [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
gnukfreebsd_linker_warnings
Gbp-Pq: Name gnukfreebsd_linker_warnings.diff
Debian Qt/KDE Maintainers [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
link_fbclient
Gbp-Pq: Name link_fbclient.diff
Debian Qt/KDE Maintainers [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
remove_privacy_breachs
Gbp-Pq: Name remove_privacy_breachs.diff
Debian Qt/KDE Maintainers [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
no_htmlinfo_example
Gbp-Pq: Name no_htmlinfo_example.diff
Debian Qt/KDE Maintainers [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
gnukfreebsd
Gbp-Pq: Name gnukfreebsd.diff
Debian Qt/KDE Maintainers [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
raw_printers
Gbp-Pq: Name raw_printers.diff
Debian Qt/KDE Maintainers [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
qprintdialog_duplex
Gbp-Pq: Name qprintdialog_duplex.diff
Daniel Vrátil [Sat, 1 Dec 2018 16:56:41 +0000 (17:56 +0100)]
MySQL: Free the results when QSqlQuery::finished() is called
Calling mysql_stmt_free_result() frees the results of the last
executed query while keeping the prepared statement valid. This
allows one to keep around prepared QSqlQueries without the overhead
of keeping all the results in memory.
Change-Id: I4589e90857cc4e9a6f9612799bfca967a67e2ab2
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Gbp-Pq: Name mysql_free_results_when_qsqlquery_finished_is_called.patch
Michal Klocek [Mon, 12 Nov 2018 12:17:40 +0000 (13:17 +0100)]
Remove need for glXGetProcAddressARB
We do already require glXGetProcAddress in line 248.
Task-number: QTBUG-71488
Change-Id: Id0f3bc256a71097241b99d2dcba927c1165e980e
Gbp-Pq: Name remove_need_for_glXGetProcAddressARB.patch
Debian Qt/KDE Maintainers [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
reference_dpi
Gbp-Pq: Name reference_dpi.diff
Debian Qt/KDE Maintainers [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
fix-selection-rendering
Gbp-Pq: Name fix-selection-rendering.patch
Dmitry Shachnev [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
qtbase-opensource-src (5.11.3+dfsg1-2) unstable; urgency=medium
* Backport upstream patch to add support for non-PPD printers and avoid
silent fallback to a printer supporting PPD (closes: #911844).
[dgit import unpatched qtbase-opensource-src 5.11.3+dfsg1-2]
Dmitry Shachnev [Sun, 16 Jun 2019 15:22:58 +0000 (16:22 +0100)]
Import qtbase-opensource-src_5.11.3+dfsg1-2.debian.tar.xz
[dgit import tarball qtbase-opensource-src 5.11.3+dfsg1-2 qtbase-opensource-src_5.11.3+dfsg1-2.debian.tar.xz]
Raspbian automatic forward porter [Fri, 29 Mar 2019 05:56:48 +0000 (05:56 +0000)]
Merge version 5.11.3+dfsg-5+rpi1 and 5.11.3+dfsg1-1 to produce 5.11.3+dfsg1-1+rpi1
Dmitry Shachnev [Fri, 15 Mar 2019 07:20:39 +0000 (07:20 +0000)]
Import qtbase-opensource-src_5.11.3+dfsg1.orig.tar.xz
[dgit import orig qtbase-opensource-src_5.11.3+dfsg1.orig.tar.xz]
Dmitry Shachnev [Fri, 15 Mar 2019 07:20:39 +0000 (07:20 +0000)]
Merge qtbase-opensource-src (5.11.3+dfsg1-1) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Fri, 15 Mar 2019 07:20:39 +0000 (07:20 +0000)]
hurd_missing_include
Gbp-Pq: Name hurd_missing_include.diff
Debian Qt/KDE Maintainers [Fri, 15 Mar 2019 07:20:39 +0000 (07:20 +0000)]
revert_remove_our_use_of_syscall_for-statx
Gbp-Pq: Name revert_remove_our_use_of_syscall_for-statx.patch
Debian Qt/KDE Maintainers [Fri, 15 Mar 2019 07:20:39 +0000 (07:20 +0000)]
alpha_atimensec
Gbp-Pq: Name alpha_atimensec.diff
Debian Qt/KDE Maintainers [Fri, 15 Mar 2019 07:20:39 +0000 (07:20 +0000)]
kfreebsd_qstrncpy
Gbp-Pq: Name kfreebsd_qstrncpy.diff
Debian Qt/KDE Maintainers [Fri, 15 Mar 2019 07:20:39 +0000 (07:20 +0000)]
qdoc_default_incdirs
Gbp-Pq: Name qdoc_default_incdirs.diff
Debian Qt/KDE Maintainers [Fri, 15 Mar 2019 07:20:39 +0000 (07:20 +0000)]
no_arc4random_buf
Gbp-Pq: Name no_arc4random_buf.diff
Debian Qt/KDE Maintainers [Fri, 15 Mar 2019 07:20:39 +0000 (07:20 +0000)]
nonlinux_utime
Gbp-Pq: Name nonlinux_utime.diff
Debian Qt/KDE Maintainers [Fri, 15 Mar 2019 07:20:39 +0000 (07:20 +0000)]
armv4
Gbp-Pq: Name armv4.diff
Debian Qt/KDE Maintainers [Fri, 15 Mar 2019 07:20:39 +0000 (07:20 +0000)]
gnukfreebsd_linker_warnings
Gbp-Pq: Name gnukfreebsd_linker_warnings.diff
Debian Qt/KDE Maintainers [Fri, 15 Mar 2019 07:20:39 +0000 (07:20 +0000)]
link_fbclient
Gbp-Pq: Name link_fbclient.diff
Debian Qt/KDE Maintainers [Fri, 15 Mar 2019 07:20:39 +0000 (07:20 +0000)]
remove_privacy_breachs
Gbp-Pq: Name remove_privacy_breachs.diff
Debian Qt/KDE Maintainers [Fri, 15 Mar 2019 07:20:39 +0000 (07:20 +0000)]
no_htmlinfo_example
Gbp-Pq: Name no_htmlinfo_example.diff
Debian Qt/KDE Maintainers [Fri, 15 Mar 2019 07:20:39 +0000 (07:20 +0000)]
gnukfreebsd
Gbp-Pq: Name gnukfreebsd.diff
Debian Qt/KDE Maintainers [Fri, 15 Mar 2019 07:20:39 +0000 (07:20 +0000)]
qprintdialog_duplex
Gbp-Pq: Name qprintdialog_duplex.diff